﻿@charset "UTF-8";

/*
==================================================================
文章 --- type001
==================================================================
*/

.type001Record{

}

.type001_text{
	margin-bottom:10px;
/* #637 2012/11/28 M-Egawa add */
/*	line-height:200%; */
}


/*
==================================================================
テロップ --- type002
==================================================================
*/

.type002Record{
	width:100%;
}

.type002_text{
	margin-bottom:10px;

}

.type002_text a{
	text-decoration:none;
}


@charset "UTF-8";

/*
==================================================================
リスト --- type003
==================================================================
*/

.type003
{
	width   : 100%;
	margin-bottom:10px;
}

.type003 .tbl
{
	width : 100%;
}

/* タイトル */

.type003 .tbl th
{
	text-align  : left;
	padding     : 5px 10px;
	font-weight:normal;
}


.type003 .tbl .text
{
	text-align  : left;
	padding     : 5px 10px;
	font-weight:normal;
}


.type003 .tbl .row_space
{
	width            : 0px;
	font-size        : 0px;
	line-height      : 0px;
	background-color : transparent;
	padding          : 0px;
}

.type003 .tbl .col_space
{
	font-size        : 0px;
	line-height      : 0px;
	background-color : transparent;
	padding          : 0px;
}

.type003 .tbl .col_space .line
{
	width            : 100%;
	height           : 0px;
	font-size        : 0px;
	line-height      : 0px;
}

.type003 .link_btn
{
	margin     : 10px 0px 0px 0px;
	text-align : center;
}


/**** スライダー ******/
.ui-slider-horizontal{
	height:5px;
	padding:0px;
	margin:0px;
	margin-top:7px;
	background: url("image/type003/slide_bar.gif");
}

.ui-slider .ui-slider-handle {
	background:#F00;
	width:9px;
	height:18px;
	background: url("image/type003/slide_button.gif") no-repeat;
	border:none;
	margin:-2px 0px 0px 0px;
}

/*
==================================================================
表組み --- type004
==================================================================
*/

.type004Table{
	border:none;
	border-collapse : collapse ;
	margin-bottom:10px;
}

.type004Table tr{
/*#1213*/
	border-style:solid;
	border-width:1px;
	border-color:#000;
}

.type004Table td{
	padding:0px;
/*#1213*/
	border-top-style:solid;
	border-top-width:1px;
	border-left-style:solid;
	border-left-width:1px;

	border-color:#000;
}
